Game Sprites
@Serializable
All available sprites for a Pokémon in a specific game or context. Each game will only have a subset of these sprites present. See: https://pokeapi.co/docs/v2#pokemonsprites
Constructors
Link copied to clipboard
constructor(animated: GameSprites? = null, backDefault: String? = null, backGray: String? = null, backTransparent: String? = null, backFemale: String? = null, backShiny: String? = null, backShinyTransparent: String? = null, backShinyFemale: String? = null, frontDefault: String? = null, frontGray: String? = null, frontTransparent: String? = null, frontFemale: String? = null, frontShiny: String? = null, frontShinyTransparent: String? = null, frontShinyFemale: String? = null)